/ Assembly List / LJCNetCommon / NetString / RemoveSection

Namespace - LJCNetCommon


Parameters
text - The text value.
beginIndex - The begin index.
endIndex - The end index.

Returns

The resulting text value.

Syntax

C#
public static String RemoveSection(String text, Int32 beginIndex, Int32 endIndex)

Removes a section from a text value.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.